Extension point versioning
Documentation
@since 5.7 The versioning extension point defines the versioning option that will be used when incrementing the document version at file import (DnD, Import button) The default value will be MINOR, to keep compatibility with previous releases. Possible values are NONE, MINOR OR MAJOR (see VersioningOption enumeration) Other values will raise an IllegalArgumentException
<versioning>
<defaultVersioningOption>MAJOR</defaultVersioningOption>
</versioning>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.filemanager.service.extension.VersioningDescriptor